(cat "Bitte wählen Sie die Sprache für die AmigaGuide Online-Hilfe"
))
(set #proglang
(cat "Bitte wählen Sie die Sprache für das Programm LogicSim"
))
(set #destdir
(cat "Bitte wählen Sie das Zielverzeichnis für LogicSim.\n"
"Ein Unterverzeichnis \"LogicSim\" wird erzeugt."
))
(set #copying
(cat "Kopiere ..."
))
(set #selectiffviewer
(cat "Bitte wählen Sie einen iff-Anzeiger für die Grafik in der AmigaGuide-Dokumentation aus. Er sollte ein Fenster auf der Workbench benutzen (z.B. multiview oder wdisplay)"
))
(set #createscript
(cat "Erzeuge Show-Script für AmigaGuide ..."
))
(set #showerror
(cat "Fehler beim Anzeigen der Iff-Datei"
))
(set #installasl
(cat "Achtung: Sie müssen die asl.library oder die reqtools.library installieren !"
))
(set #oldinstall
(cat "Es befindet sich eine ältere Installation von LogicSim in diesem Verzeichnis. Ich werde es in LogicSim_old umbenennen."
))
))
;///
;/// English strings
(if (= @language "english")
(
(set #guidelang
(cat "Please select the language for the AmigaGuide Online-Help"
))
(set #proglang
(cat "Please select the language for the program LogicSim"
))
(set #destdir
(cat "Please select the destination directory for LogicSim.\n"
"A sub-directory \"LogicSim\" will be created."
))
(set #copying
(cat "Copying ..."
))
(set #selectiffviewer
(cat "Please select your favorite iff-viewer for the graphics in the AmigaGuide-documentation. It should be viewer which uses a window on the workbench (e.g. multiview or wdisplay)."
))
(set #createscript
(cat "Creating Show-Script for AmigaGuide ..."
))
(set #showerror
(cat "Error while showing iff file"
))
(set #installasl
(cat "Note: You have to install the asl.library or reqtools.library !"
))
(set #oldinstall
(cat "There is an older installation of LogicSim in the same directory. I'll rename it to LogicSim_old, so you can delete it later."